@charset "UTF-8";
#LigoMenu/* CSS Document */


/*----------see BOOK Dreamweaver CS3 Bible page 533-------------------*/


/*--------DIV Formatting----------*/

 {
	width:225px;
	height:auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: absolute;
	border:none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	top: 273px;
	left: 550px;
}
#LigoMenu /*--------End DIV Formatting----------*/

/*--------Start LIST Formatting----------*/

  ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	line-height: 2em;
	margin: 0;
	text-decoration: none;
	text-indent: 5px;
	color: 003F26;
}
#LigoMenu   li {
	margin-bottom: 4px;
}
#LigoMenu   a {
	display: block;
	text-decoration: none;
	border:none;
}
#LigoMenu a:link, #LigoMenu a:visited  {
	color: #003f26;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-decoration: none;
}
#LigoMenu a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#selLigoMenu a:link,#selLigoMenu a:visited, #selLigoMenu a:hover {
	color: #FF99FF;
	text-decoration: underline;
}

/*--------End LIST Formatting----------*/
